Packages

package factory

Type Members

  1. trait NewsFleschMetricsProcessorActorFactory extends ProcessorActorFactory[FleschMetrics]

    Factory interface for creating Flesch metrics actor behaviors in the news processor actor system.

  2. trait NewsSentimentProcessorActorFactory extends ProcessorActorFactory[Sentiment]

    Factory interface for creating sentiment actor behaviors in the news processor actor system.

  3. trait NewsSourcesProcessorActorFactory extends ProcessorActorFactory[NewsSources]

    Factory interface for creating sources actor behaviors in the news processor actor system.

  4. trait NewsWordStatsProcessorActorFactory extends ProcessorActorFactory[WordStats]

    Factory interface for creating word stats actor behaviors in the news processor actor system.

  5. trait ProcessorActorFactory[T] extends AnyRef

    Factory interface for creating processor actor behaviors in the news processor actor system.

Ungrouped